home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wtj009.zip / TOOLBAR.ZIP / TOOLTST3.TB < prev    next >
Text File  |  1992-04-30  |  1KB  |  45 lines

  1. TOOLBAR "tooltest3"
  2. ORIENT HORIZONTAL        # similar to tooltest1 but horizontal, has two
  3. CELLSIZE 32, 32            # master toolsets and 3x2 master tool area
  4. MASTERCELLS 3, 2
  5. SLAVECELLS 2, 2
  6. BEGIN
  7.     TOOLSET 1        # first toolset (use Master menu - '1' to see)
  8.     BEGIN
  9.         MASTERTOOL "bigarrow"
  10.         BEGIN
  11.             TOOL "render", 201
  12.             TOOL "updown", 202
  13.             TOOL "rtleft", 203
  14.         END
  15.         MASTERTOOL "desert"
  16.         BEGIN
  17.             TOOL "coyote", 301
  18.             TOOL "cactus", 302
  19.             TOOL "canteen", 303
  20.             TOOL "footprints", 304
  21.         END
  22.         TOOL "toolbox", 102
  23.         TOOL "arrows", 103
  24.         TOOL "cactus", 104
  25.     END # end toolset 1
  26.     TOOLSET 2        # second toolset (use Master menu - '2')
  27.     BEGIN
  28.         MASTERTOOL "vertarrows"
  29.         BEGIN
  30.             TOOL "render", 201
  31.             TOOL "updown", 202
  32.             TOOL "rtleft", 203
  33.         END
  34.         MASTERTOOL "desert"
  35.         BEGIN
  36.             TOOL "coyote", 301
  37.             TOOL "cactus", 302
  38.             TOOL "canteen", 303
  39.             TOOL "footprints", 304
  40.         END
  41.         TOOL "toolbox", 102
  42.         TOOL "arrows", 103
  43.         TOOL "coyote", 104
  44.     END # end toolset 2
  45. END # end toolbar